QuickOPC User's Guide and Reference
UABrowseNodeDescriptorCollection Constructor(IEnumerable<UABrowseNodeDescriptor>)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseNodeDescriptorCollection Class > UABrowseNodeDescriptorCollection Constructor : UABrowseNodeDescriptorCollection Constructor(IEnumerable<UABrowseNodeDescriptor>)
Initializes a new instance of the collection, with given items.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As IEnumerable(Of UABrowseNodeDescriptor) _
)
'Usage
 
Dim items As IEnumerable(Of UABrowseNodeDescriptor)
 
Dim instance As New UABrowseNodeDescriptorCollection(items)
public UABrowseNodeDescriptorCollection( 
   IEnumerable<UABrowseNodeDescriptor> items
)
public:
UABrowseNodeDescriptorCollection( 
   IEnumerable<UABrowseNodeDescriptor^>^ items
)

Parameters

items
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also